home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-18 | 590 b | 34 lines | [TEXT/R*ch] |
- (* File test/test.sml, main file for Standard Library test cases *)
- (* Moscow ML Unix version *)
-
- (* open OS; *) (* MOSML *)
-
- app use
- ["array.sml",
- "array2.sml",
- "arraysort.sml", (* MOSML *)
- "bytechar.sml",
- "date.sml",
- "filesys.sml",
- "general.sml",
- "int.sml",
- "list.sml",
- "listpair.sml",
- "listsort.sml", (* MOSML *)
- "math.sml",
- "real.sml",
- "string.sml",
- "stringcvt.sml",
- "substring.sml",
- "textio.sml",
- "time.sml",
- "timer.sml",
- "unixpath.sml",
- "vector.sml",
- "word.sml",
- "word8.sml",
- "word8array.sml",
- "word8vector.sml"];
-
- ignore(Process.exit Process.success);
-